home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 167_01 / c_user.l8 < prev    next >
Text File  |  1985-11-13  |  2KB  |  113 lines

  1.  
  2.  
  3.  
  4.      byHeart Software ************
  5.        byHeart Software **********
  6.           byHeart Software *******
  7.                  byHeart Software ****
  8.             byHeart Software *
  9.  
  10.  
  11.  
  12.                     byHeart Software
  13.                     620 Ballantree Road
  14.                     West Vancouver, B.C.
  15.                     Canada V7S 1W3
  16.  
  17.                     September 29th, 1986
  18.  
  19. C Users' Group
  20. Box 97
  21. McPherson, KS 67460
  22. U.S.A.
  23.  
  24.  
  25. Dear People,
  26.  
  27.     Contribution time again - some major updates and one new
  28. "work in progress", an experimental macro text processor.
  29.  
  30. DESCRIPTION OF SUBMITTED MATERIALS:
  31.  
  32. 1.    FGREP.C        A new version that speeds up the search
  33.     Version 1.06    process somewhat and fixes some serious
  34.             bugs with the -p option (it didn't work).
  35.  
  36. 2.    MTP.C        A Macro Text Processor that has been
  37.     Version 0.04    derived from the Aho-Corasick algorithm
  38.             used in FGREP.C. The source code header
  39.             explains the details. At present, this
  40.             program is rather sparse on features;
  41.             hence the low version number. Hopefully,
  42.             I will get some feedback on useful
  43.             enhancements from fellow members.
  44.  
  45. 3.    SPLINE.C    SPLINE made it into publication with the
  46.     Version 3.00    September '86 issue of DDJ ("Curve
  47.             Fitting With Cubic Splines"). Reader
  48.             response was immediate - why was SPLINE.C
  49.             for the limited case of equally-spaced
  50.             abscissae when the article presented the
  51.  
  52.  
  53.  
  54.  
  55.                   - 1 -
  56.  
  57.             mathematics for the general case of
  58.             arbitrarily-spaced abscissae. Well, that
  59.             has now been taken care of with Version
  60.             3.00.
  61.  
  62. 4.    SPLINE.DOC    The latest documentation for SPLINE.C,
  63.     Version 3.00    being an improved version of the text of
  64.             "Curve Fitting With Cubic Splines" (in
  65.             other words, before the heavy-handed
  66.             editors of DDJ saw fit to rewrite it).
  67.  
  68.     As always, this submitted material is under my direct
  69. control and hereby placed into the public domain. Permission is
  70. hereby granted to the C Users' Group to distribute the submitted
  71. materials freely for non-commercial personal use.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.                     Signed this date of
  101.                     September 29th, 1986
  102.  
  103.  
  104.  
  105.                     Ian Ashdown, P.Eng.
  106. IEA/ia                    Software Engineer
  107.  
  108.  
  109.  
  110.  
  111.  
  112.                   - 2 -
  113. urve